home *** CD-ROM | disk | FTP | other *** search
/ Speccy ClassiX 1998 / Speccy ClassiX 98.iso / amiga_system / the_aminet / comm / fido / gfreq23.lha / GFreq2.3 / Docs / GFreqStat_ENG.doc < prev    next >
Text File  |  1995-08-15  |  4KB  |  111 lines

  1.  
  2.         GFreqStat version 2.1
  3.  
  4.     GFreqStat is copyright 1994 Jari Kanerva.
  5.     The author can be reached at Fidonet 2:201/411.73
  6.     e-mail jari@canit.se
  7.  
  8.     GfreqStat is a statsgenerator for GoldFreq. It can make statistiks for
  9.     howe often each file has been requested. Howe often each node makes
  10.     requests and howe many files each node has requested.
  11.     These statsfiles can be made both totaly and since last time the lists
  12.     were made.
  13.  
  14.     GFreqStat will only work if it finds the GoldFreq.key
  15.     You may have the key either in Mail: or in the same directory as you
  16.     keep the executable GFreqStat.
  17.  
  18.     GFReqStat needs that you have FILEACC and ACCTPATH in GoldFreq.cfg
  19.     This is for GoldFreq to make the information to GFreqStat.
  20.  
  21.     GFreqStat search for GFreqExtras.cfg in the same directory as the
  22.     executable GFreqStat is or in Mail:.
  23.     You can also tell GFreqStat where the configuration file is by putting
  24.     the path and name on the commandline.
  25.     Ex: GFReqStat Mail:GFreq/GFreqExtras.cfg
  26.  
  27.     You may use some arguments from the commandline. This is so that you
  28.     can make temporary stats whidout change the statistics.
  29.     C=CONFIG,NOLAST/S,ONLYLAST/S,NOREG/S,NOTOP/S
  30.     C=CONFIG   Specify where GFreqStat can find it's configfile. This is
  31.                if the configfile not is in PROGDIR: or in mail:
  32.     NOLAST/S   Do not make any "since last" lists.
  33.     ONLYLAST/S Only make "since last" lists.
  34.     NOREG/S    Do the lists as usual but do not change the .old files.
  35.                This is useful if you normaly make one each week nad would
  36.                want to make a list un the middle of the week whitout
  37.                disturbing the stats.
  38.     NOTOP/S    Do not make "TopTes lists", make full lists.
  39.     You may also combine the arguments. i e
  40.     "GFreqStat NOLAST ONLYLAST" if you wish to run GFreqStat whitout making
  41.     any stats-list. :-)
  42.  
  43. ==========================================================================
  44.  
  45.             The configuration file...
  46.  
  47.         KeyWord: AccPath <dir>
  48.     Tell GFreqStat where GoldFreq keeps it accounting files.
  49.     Ex: AccPath Mail:GFreq/Accounts
  50.  
  51.         KeyWord: (NO)DelOlds
  52.     If GFreqStat finds a .old file whitout a matching .acf or .acc file
  53.     it deletes the .old file.
  54.     Ex: DelOlds
  55.  
  56.         KeyWord: (No)NodesTop <num>
  57.     Specify number of nodes listed i the stats list (i e TopTen). 
  58.     Ex: NodesTop 10
  59.  
  60.         KeyWord: (No)FilesTop <num>
  61.     Specify number of files listed i the stats list (i e TopTen).
  62.     Ex: FilesTop 10
  63.  
  64.         KeyWord: (No)Files <File>
  65.     Select a file for the file statistics.
  66.     Ex: Files Mail:GFreq/Filerna
  67.  
  68.         KeyWord: (No)FilesHeader <file>
  69.     Select a file to get the header to the file statistics list.
  70.     Ex: FilesHeader Mail:GFreq/Textfiles/Fileheader.txt
  71.  
  72.         KeyWord: (No)FilesLast <file>
  73.     Select a file for the file statistics since last time the list was made.
  74.     Ex: FilesLast Mail:GFreq/FilesLast
  75.  
  76.         KeyWord: (No)FilesLastHeader <file>
  77.     Select a file to get the header to the file since last list.
  78.     Ex: FilesLastHeader  Mail:GFreq/Textfiles/Fileheader.txt
  79.  
  80.         KeyWord: (No)NodesFreq <File>
  81.     Select a file for the node statistic file. Sorted by freqs.
  82.     Ex: NodesFreq Mail:GFreq/NodeFreq
  83.  
  84.         KeyWord: (No)NodesFreqHeader <file>
  85.     Select a file to get the header to the node statistic list.
  86.     Ex: NodesFreqHeader Mail:GFreq/Textfiles/Nodeheader.txt
  87.  
  88.         KeyWord: (No)NodesFiles <File>
  89.     Select a file for the node statistic file. Sorted by files.
  90.     Ex: NodesFiles Mail:GFreq/NodeFiles
  91.  
  92.         KeyWord: (No)NodesFilesHeader <file>
  93.     Select a file to get the header to the node statistic list.
  94.     Ex: NodesFilesHeader Mail:GFreq/Textfiles/Nodeheader.txt
  95.  
  96.         KeyWord: (No)NodesFreqLast <file>
  97.     Select a file for the node statistic file. Sorted by freqs. Since last.
  98.     Ex: NodesFreqLast Mail:GFreq/NodesFreqLast
  99.  
  100.         KeyWord: (No)NodesFreqLastHeader <file>
  101.     Select a file to get the header to the node statistic list.
  102.     Ex: NodesFreqLastHeader Mail:GFreq/Textfiles/Nodeheader.txt
  103.  
  104.         KeyWord: (No)NodesFilesLast <file>
  105.     Select a file for the node statistic file. Sorted by files. Since last.
  106.     Ex: NodesFilesLast Mail:GFreq/NodesFilesLast
  107.  
  108.         KeyWord: (No)NodesFilesLastHeader <file>
  109.     Select a file to get the header to the node statistic list.
  110.     Ex: NodesFilesLastHeader Mail:GFreq/Textfiles/Nodeheader.txt
  111.